* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 1920px;
  min-width: 1350px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  display: block;
}
.mkFix {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
}

.mkBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fRow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.f-acenter {
  align-items: center;
}
.f-center {
  justify-content: center;
}
.flex {
  display: flex;
}
.mcenter {
  margin-left: auto;
  margin-right: auto;
}
.color-shadow {
  text-shadow: 0 -0.1rem 0.2rem violet, 0.1rem 0 0.2rem violet,
    0 0.1rem 0.2rem violet, -0.1rem 0 0.2rem violet;
}

.main {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0 0 0;
  position: relative;
}

.avatar {
  border-radius: 50%;
  box-sizing: content-box;
  overflow: hidden;
}

.input input[type="text"],
.input input[type="number"],
.input input[type="password"] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
}
.select {
  position: relative;
}
.select select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  display: block;
}
.select .icon {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.scrollBarNone::-webkit-scrollbar {
  display: none;
}

.common-navigation {
  width: 100%;
  max-width: 1920px;
  min-width: 1350px;
  background-color: rgba(17,17,17,.6);
  display: flex;
  position: fixed;
  height: 1.11rem;
  top: 0;
  justify-content: center;
  line-height: 1.13rem;
  z-index: 100;
}
.img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.common-navigation .logo {
  width: 1.88rem;
  position: absolute;
  height: 1.88rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.common-navigation .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  filter: opacity(0.6);
}
.common-navigation .logo .img {
  position: absolute;
  z-index: 1;
  width: 1.07rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: .4rem;
}
.common-sub-box .nav-box {
	display: flex;
	height: 100%;
}
.common-sub-box .nav-box .nav-item {
	font-size: .2rem;
	color: #fff;
	text-align: center;
	width: 1.3rem;
	cursor: pointer;
	position: relative;
}
.common-sub-box .nav-box .nav-item:hover .sub-menu{
  display: block;
}
.common-sub-box .nav-box .sub-menu {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.common-sub-box .nav-box .sub-menu .item {
  height: .43rem;
  font-size: .14rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0,.4);
}
.common-sub-box .nav-box .sub-menu .item:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,.5);
}
.common-sub-box .nav-box .sub-menu .item:hover {
  font-weight: bold;
  font-size: .15rem;
}
.common-sub-box .nav-box .nav-item > span {
  display: block;
}
.common-navigation .nav-box .nav-item:not(:last-of-type) {
	margin-right: .5rem;
}
.common-navigation .nav-box .nav-item:nth-child(3) {
	margin-right: 1.88rem;
}
.common-sub-box .nav-box .nav-item.Actv > span {
  font-weight: 550;
	color: #07c4e4;
}
.common-navigation .nav-box .nav-item.Actv::after {
	position: absolute;
	content: "";
	display: block;
	width: .3rem;
	height: 4px;
	background-color: #07c4e4;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	border-radius: 2px;
}
.Index {
  padding: 0 0 0;
}
.Index .head {
	width: 100%;
	height: 6.98rem;
  padding: 2.7rem 0 0;
	position: relative;
  background: url(../images/img1.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.73rem;
}

.Index .head .bgimg {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.Index .head .text_1 {
  width: 5.44rem;
  margin: 0 auto .4rem;
  /* animation-duration: s; */
}
.Index .head .info {
  font-size: .18rem;
  color: #fff;
  text-align: center;
  line-height: .32rem;
  animation-delay: .3s;
}

.Index .head .sm-icons {
  display: flex;
  justify-content: center;
  font-size: .14rem;
  color: #fff;
  animation-delay: .5s;
  margin-top: 0.4rem;
  animation-duration: 1.35s;
}
.Index .head .sm-icons .img {
  width: .6rem;
  margin-bottom: 0.08rem;
}
.Index .head .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Index .head .icon-item:not(:last-of-type) {
  margin-right: .38rem;
}

.Index .sec {
  width: 12rem;
  margin: 0 auto;
}
.Index .sec1 {
  margin-bottom: 1.1rem;
}
.Index .sec1 .cover_img {
  width: 5.85rem;
}

.Index .sec1 .sec_top .title{
  width: min-content;
  white-space: nowrap;
  margin: 0 auto .1rem;
  position: relative;
  font-size: .24rem;
  color: #222222;
}
.Index .sec1 .sec_top .title::before, .Index .sec1 .sec_top .title::after {
  content: "";
  display: block;
  width: 1.15rem;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.Index .sec1 .sec_top .title::before {
  left: -1.33rem;
}
.Index .sec1 .sec_top .title::after{
  right: -1.33rem;
}
.Index .sec1 .sec_top .tip {
  font-size: .14rem;
  color: #999999;
  text-align: center;
  margin-bottom: 0.3rem;
}
.Index .sec1 .sec_content {
  display: flex;
  position: relative;
}

.Index .sec1 .sec_content .cover_img {
  width: 5.85rem;
  margin-right: 0.28rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  height: 4.67rem;
  overflow: hidden;
}

.Index .sec1 .sec_content .cover_img img {
  transition: all .3s linear;
}

.Index .sec1 .sec_content .cover_img:hover > img {
  transform: scale(1.1);
}
.Index .sec1 .sec_content .sec_right {
  flex: 1;
  padding: .56rem 0 0;
  display: flex;
  flex-direction: column;
}
.Index .sec1 .sec_content .sec_right .title {
  font-size: .18rem;
  color: #333333;
  line-height: 1.5;
  position: relative;
  margin-bottom: .4rem;
}
.Index .sec1 .sec_content .sec_right .title span {
  font-size: .3rem;
  color: #666;
  display: block;
}

.Index .sec1 .sec_content .sec_right .title::before {
  width: 3.57rem;
  height: 1.3rem;
  border: 4px solid #00c0e1;
  position: absolute;
  content: "";
  display: block;
  left: -.95rem;
  top: -.38rem;
  animation: kuangScale linear 2s infinite alternate-reverse;
}
@keyframes kuangScale {
  from { transform: scale(1); }
  to { transform: scale(1.2); }
}
/* .Index .sec1 .sec_content .sec_right .title::before */
.Index .sec1 .sec_content .cover_img .icon {
  width: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.Index .sec1 .sec_content .sec_right .sm-card {
  font-size: .14rem;
  line-height: .27rem;
  color: #666;
}
.Index .sec1 .sec_content .sec_right .sm-card .ctitle {
  font-weight: bold;
}
.Index .sec1 .sec_content .sec_right .sm-card:not(:last-of-type) {
  margin-bottom: .2rem;
}
.Index .sec1 .more-btn {
  display: flex;
  width: min-content;
  white-space: nowrap;
  align-items: center;
  font-size: .18rem;
  color: #373737;
  margin-top: .15rem;
  line-height: 1;
  cursor: pointer;
}
.Index .sec1 .more-btn .icon {
  width: .1rem;
  margin-left: 0.15rem;
  margin-top: 0.03rem;
}

.Index .sec1 .more-btn:hover {
  font-weight: bold;
}

.Index .sec2 {
  width: 100%;
  position: relative;
  padding: .2rem 0 .15rem;
  margin-bottom: .5rem;
  background-color: #00c0e1;
}
.Index .sec2 .cbox {
  width: 12rem;
  margin: 0 auto;
  position: relative;
}

.Index .sec2 .cbox .left .card-item:not(:last-of-type){
  margin-bottom: .2rem;
}
.Index .sec2 .left {
  width: 5.5rem;
}
.Index .sec2 .left .card-item {
  font-size: .14rem;
  color: #fff;
  line-height: .27rem;
}
.Index .sec2 .left  .more_btn{
  width: .8rem;
  height: .3rem;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .14rem;
  color: #fff;
  line-height: 1;
  margin-top: .18rem;
  cursor: pointer;
}
.Index .sec2 .left .more_btn .icon {
  width: .1rem;
  margin-left: 0.1rem;
}

.Index .sec2 .left .more_btn:hover {
  font-weight: bold;
}
.Index .sec2 .right .img {
  width: 5.23rem;
  height: 3.05rem;
  position: relative;
}
.Index .sec2 .right .img:hover img {
  transform: scale(1.1);
}
.Index .sec2 .right .img img {
  position: relative;
  z-index: 1;
  transition: all linear .3s;
}
.Index .sec2 .right .img::before {
  content: "";
  display: block;
  width: 1.16rem;
  height: 1.75rem;
  border: 4px solid #797df8;
  position: absolute;
  right: -.2rem;
  top: -.2rem;
  animation: kuangScale linear 2s infinite alternate-reverse;
}
.Index .sec2 .right .img {
  position: absolute;
  right: 0;
  bottom: .1rem;
}

.Index .sec3 .sec_content{
  margin-top: 0.45rem;
}
.Index .sec3 .sec_content .card-list {
  display: flex;
  flex-wrap: wrap;
}
.Index .sec3 .sec_content .card-list .card-item {
  width: 3.86rem;
  height: 3.9rem;
  transition: all .3s linear;
  margin-right: 0.21rem;
  margin-bottom: .21rem;
  font-size: .24;
  text-align: center;
  border-radius: 10px;
  padding: .35rem 0 0;
  box-shadow: 0 0 .23rem rgba(8, 160, 169,.03)
}
.Index .sec3 .sec_content .card-list .card-item:hover {
  box-shadow: 0 0 .23rem rgba(8, 160, 169,.2);
}
.Index .sec3 .sec_content .card-item:nth-child(3n) {
  margin-right: 0;
}

.Index .sec3 .sec_content .card-item .icon {
  width: 1.6rem;
  margin: 0 auto .3rem;
}
.Index .sec3 .sec_content .card-item .card-content .title{
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.Index .sec3 .sec_content .card-item .card-content .info {
  font-size: .14rem;
  color: #8f8f8f;
  line-height: .28rem;
}
.Index .sec3 .sec_foot {
  display: flex;
}
.Index .sec3 .sec_foot .img{
  width: 4rem;
  flex-shrink: 0;
}
.Index .sec3 .sec_foot .f_right {
  width: 6.7rem;
  margin-left: auto;
  padding: .36rem 0 0;
}
.Index .sec3 .sec_foot .f_right .title .hr {
  width: .4rem;
  height: .1rem;
  background-color: #666666;
  border-radius: .5rem;
  margin: 0 auto .13rem;
}
.Index .sec3 .sec_foot .f_right .title {
  font-size: .28rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.2rem;
  animation-delay: .3s;
}

.Index .sec3 .sec_foot .f_right .content {
  font-size: 0.14rem;
  color: #999;
  line-height: .28rem;
  animation-delay: .6s;
}
.Index .sec3 .sec_foot .f_right .content span {
  color: #797df8;
  font-weight: bold;
  cursor: pointer;
}
.Index .sec4 {
  width: 100%;
  height: 4.2rem;
  background: url(../images/img6.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.Index .sec4 .icon-list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background-color: rgba(121, 125, 248,.6);
}
.Index .sec4 .icon-list  .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.Index .sec4 .icon-list  .item:not(:last-of-type) {
  margin-right: 2.45rem;
}
.Index .sec4 .icon-list  .item .icon {
  width: .95rem;
  margin-bottom: 0.2rem;
}
.Index .sec4 .icon-list .item .num {
  font-size: .32rem;
  font-weight: bolder;
  margin-bottom: 0.2rem;
}
.Index .sec4 .icon-list .item .text {
  font-size: .254rem;
  padding-top: .2rem;
  position: relative;
}
.Index .sec4 .icon-list  .item .text::before {
  content: "";
  display: block;
  width: .4rem;
  height: 2px ;
  top: 0;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.Index .sec5 {
  margin-bottom: 0.8rem;
  position: sticky;
  top: 0px;
}
.Index .sec5 .sec_top {
  margin-bottom: 0.3rem;
}
.Index .sec5 .sec_content {
  display: flex;
}
.Index .sec5 .sec_left {
  width: 5.36rem;
  flex-shrink: 0;
  padding: .47rem 0 0;
  display: flex;
  flex-direction: column;
}
.Index .sec5 .sec_left .title {
  font-size: .36rem;
  color: #00c0e1;
  font-weight: bolder;
  margin-bottom: 0.12rem;
}
.Index .sec5 .sec_left .tip {
  font-size: .14rem;
  color: #969fa9;
  margin-bottom: 0.15rem;
}
.Index .sec5 .sec_left .info {
  font-size: .14rem;
  color: #bbbbbb;
  line-height: .24rem;
}
.Index .sec5 .sec_right {
  padding: 0!important;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: row!important;
  height: 4.15rem;
  justify-content: space-between;
}
.Index .sec5 .sec_right .img {
  width: 1.95rem;
}
.Index .sec5 .sec_right .img:nth-child(1) {
  align-self: flex-end;
  animation-delay: .2s;
}
.Index .sec5 .sec_right .img:nth-child(2) {
  align-self: center;
  animation-delay: .5s;
}
.Index .sec5 .sec_right .img:nth-child(3) {
  align-self: flex-start;
  animation-delay: .8s;
}
.Index .sec5 .sec_left .more_look {
  width: 2.8rem;
  height: .45rem;
  background-color: #00c0e1;
  font-size: .14rem;
  color: #fff;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin: auto 0 .5rem;
  font-weight: bold;
  border-radius: .1rem;
  cursor: pointer;
}
.Index .sec5 .sec_left .more_look .icon {
  width: .9rem;
  margin-left: 0.1rem;
}
.Index .sec6 {
  height: 4.83rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.4rem;
  position: sticky;
  top: 0px;
}
.Index .sec6 .img {
  width: 4.77rem;
  box-shadow: 0 0 .3rem rgba(255, 169, 57, .26);
}
.Index .sec6 .cbox {
  display: flex;
  z-index: 1;
}
.Index .sec6 .sec_right {
  width: 5.33rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.Index .sec6 .sec_right .title {
  font-size: .36rem;
  color: #ffa939;
  font-weight: bold;
  margin-bottom: .05rem;
}
.Index .sec6 .sec_right .tip {
  font-size: .14rem;
  color: #969fa9;
  margin-bottom: 0.15rem;
}
.Index .sec6 .sec_right .content {
  font-size: .14rem;
  color: #bbbbbb;
  line-height: .24rem;
}
.Index .sec6 .sec_right .more_btn {
  width: 2.8rem;
  border-radius: .1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: .4rem;
  background-color: #ffa939;
  margin: auto 0 .3rem;
  font-size: .14rem;
 font-weight: bold; color: #fff;
}
.Index .sec6 .sec_right .more_btn .icon {
  width: .9rem;
  transform: rotate(180deg);
  margin-right: 0.1rem;
}
.Index .sec6 .bg {
  width: 5.23rem;
  height: 4.983rem;
  background-color: #ffa939;
  position: absolute;
  left: 0;
  top: 0;
}
.Index .sec7 {
  position: relative;
  width: 100%;
  height: 4.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.26rem;
}
.Index .sec7 .bg {
  width: 5.32rem;
  height: 4.8rem;
  background-color: #797df8;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Index .sec7 .cbox {
  display: flex;
  z-index: 1;
  position: relative;
}
.Index .sec7 .sec_left {
  width: 5.35rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.Index .sec7 .sec_left .title {
  font-size: .36rem;
  color: #797df8;
  font-weight: bolder;
  margin-bottom: .1rem;
}
.Index .sec7 .sec_left .tip {
  font-size: .14rem;
  color: #969fa9;
  margin-bottom: .16rem;
}
.Index .sec7 .sec_left .info {
  font-size: .14rem;
  color: #bbbbbb;
  line-height: .24rem;
}
.Index .sec7 .sec_left .more_btn {
  width: 2.8rem;
  height: .4rem;
  border-radius: .1rem;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: .14rem;
  color: #fff;
  cursor: pointer;
  background-color: #797df8;
  margin: auto 0 .5rem;
}
.Index .sec7 .sec_left .more_btn .icon {
  width: .9rem;
  margin-left: 0.1rem;
}

.Index .sec7 .sec_right {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 1rem;
  display: flex;
  width: 4.14rem;
  height: 3.76rem;
  justify-content: space-between;
}
.Index .sec7 .sec_right .img {
  width: 1.95rem;
}
.Index .sec7 .sec_right .img:nth-child(1) {
  align-self: flex-end;
  animation-delay: 0;
}
.Index .sec7 .sec_right .img:nth-child(2) {
  align-self: flex-start;
  animation-delay: .6s;
}
.Index .sec8 {
  margin-bottom: 1rem;
}
.Index .sec8 .sec_top {
  width: 100%;
  height: 3.8rem;
  background: url(../images/img10.png) no-repeat;
  background-size: 100% 1005;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Index .sec8 .sec_top .left .text_1{
  width: 1.8rem;
  margin-bottom: .08rem;
}
.Index  .sec8 .sec_top .left .text_2 {
  font-size: .18rem;
  color: #666666;
  text-transform: uppercase;
}
.Index .sec8 .sec_top .left{
  margin-right: .6rem;
}
.Index .sec8 .sec_top .right{
  display: flex;
  align-items: center;
}
.Index .sec8 .sec_top .right .item {
  width: 1.62rem;
  font-size: .2rem;
  color: #fff;
  line-height: 1.62rem;
  text-align: center;
  background: url(../images/square_1.png) no-repeat;
  background-size: 100% 100%;
}
.Index .sec8 .sec_top .right .item:nth-child(2n) {
  background: url(../images/square_2.png) no-repeat;
  background-size: 100% 100%;
}

.Index .sec8 .sec_top .right .item:not(:last-of-type) {
  margin-right: .1rem;
}
.Index .sec8 .sec_foot {
  display: flex;
  width: 100%;
  height: 3.1rem;
  border: 1px solid #eeeeee;
}
.Index .sec8 .sec_foot .itembox {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .3rem 0 0;
}
.Index .sec8 .sec_foot .itembox:not(:last-of-type) {
  border-right: 1px solid #eee;
}

.Index .sec8 .sec_foot .itembox .title {
  font-size: .22rem;
  color: #222222;
  font-weight: bold;
  margin-bottom: 0.05rem;
}
.Index .sec8 .sec_foot .itembox .en {
  font-size: .16rem;
  color: #aaaaaa;
  margin-bottom: 0.6rem;
  position: relative;
}
.Index .sec8 .sec_foot .itembox .en::after {
  content: "";
  display: block;
  width: .44rem;
  height: .06rem;
  background-color: #1fcae7;
  border-radius: .5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.3rem;
}
.Index .sec8 .sec_foot .itembox .text{
  font-size: .16rem;
  color: #333333;
  text-align: center;
  line-height: calc(36 / 16);
}

.Index .sec8 .sec_foot .itembox.last {
  justify-content: center;
}
.Index .sec8 .sec_foot .itembox.last .icon {
  width: .56rem;
  margin-bottom: .1rem;
}
.Index .sec8 .sec_foot .itembox.last .text {
  font-size: .22rem;
  color: #1fcae7;
  display: block;
  cursor: pointer;
}
.Index .sec8 .sec_foot .itembox.last .text:hover {
  font-weight: bold;
}
.Index .sec9 .sec_top {
  margin-bottom: 0.42rem;
}
.Index .sec9 .sec_content {
  display: flex;
  flex-wrap: wrap;
}
.Index .sec9 .sec_content .item {
  width: 2.77rem;
  height: .98rem;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(0.92rem / 3);
  margin-bottom: calc(0.92rem / 3);
}
.Index .sec9 .sec_content .item:nth-child(4n) {
  margin-right: 0;
}
.Index .sec9 .sec_content .item .img {
  width: 2.5rem;
}

.common-foot {
  width: 100%;
  max-width: 19.2rem;
  margin: 0 auto;
}
.common-foot .top {
  width: 100%;
  background-color: #434343;
  position: relative;
}
.common-foot .top .cbox {
  width: 12rem;
  margin: 0 auto;
  padding: .63rem 0 .42rem;
  display: flex;
  height: 100%;
  justify-content: center;
}
.common-foot .top .cbox .c_common {
  width: 3.2rem;
  flex-shrink: 0;
}
.common-foot .top .cbox .c_center {
  flex: 1;
  border: 1px solid;
  font-size: .16rem;
  display: flex;
  padding: .54rem .3rem;
  flex-direction: column;
  justify-content: center;
  color: rgba(255,255,255,.6);
  border-color: transparent rgba(255,255,255,.4) transparent rgba(255,255,255,.4);
}

.common-foot .top .cbox > div {
  height: 2rem;
}
.common-foot .top .cbox .logo {
  width: 2.96rem;
    position: absolute;
    top: -0.99rem;
    left: 0;
}

.common-foot .top .cbox .c_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: .16rem;
  position: relative;
  color: #fff;
}
.common-foot .top .cbox .c_left .text-box .label {
  margin-bottom: .05rem;
  color: rgba(255,255,255,.5);
}
.common-foot .top .cbox .c_left .text-box:not(:last-of-type) {
  margin-bottom: .25rem;
}
.common-foot .top .cbox .c_center .itemList{
  display: flex;
  margin-top: .35rem;
  align-items: center;
}
.common-foot .top .cbox .c_center .itemList .item {
  margin-right: .16rem;
  cursor: pointer;
  position: relative;
  transition: all .3s linear;
  /* white-space: nowrap; */
}
.common-foot .top .cbox .c_center .itemList .item:nth-child(:last-of-type) {
  margin-right: 0;
}
.common-foot .top .cbox .c_center .itemList .item.Actv::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  background-color: #fff;
  bottom: -.07rem;
}
.common-foot .top .cbox .c_center .itemList .item:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  background-color: #fff;
  bottom: -.07rem;
  animation: hrFadeIn linear .3s forwards;
}

@keyframes hrFadeIn {
  from { opacity: 0.3; }
  to { opacity: 1; }
}

.common-foot .top .c_right {
  padding:0 0 0 .8rem;
}
.common-foot .top .c_right .title {
  font-size: .18rem;
  margin-bottom: 0.12rem;
  color: rgba(255,255,255,.6);
}
.common-foot .top .c_right .mabox {
  width: 1.35rem;
}
.common-foot .top .c_right .mabox .ma {
  width: 1.35rem;
  margin-bottom: .2rem;
}
.common-foot .top .c_right .mabox  span {
  display: block;
  font-size: .16rem;
  color: rgba(255,255,255,.6);
  text-align: center;
}
.common-foot .foot {
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  font-size: .16rem;
  color: rgba(255,255,255,.6);
  background-color: #222;
}

.common-navigation2 {
  width: 100%;
  max-width: 1920px;
  min-width: 1350px;
  background-color: rgba(17,17,17,.6);
  position: fixed;
  top: 0;
  height: 1.1rem;
  display: flex;
  align-items: center;
  z-index: 100;
  justify-content: center;
}

.common-navigation2 .cbox {
  width: 12rem;
  margin: 0 auto;
  display: flex;
}
.common-navigation2 .logo {
  width: 3.45rem;
  margin-right: 1.5rem;
  align-self: center;
  cursor: pointer;
  flex-shrink: 0;
}
.common-navigation2 .nav-box {
  font-size: .2rem;
  color: #fff;
  text-align: center;
  display: flex;
  line-height: 1.1rem;
}
.common-navigation2 .nav-box .nav-item {
  width: 1.5rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition-property: color;
}
.common-sub-box .nav-box .nav-item>span {
  transition: color .3s linear;
}
.common-navigation2 .nav-box .nav-item.Actv > span{
  font-weight: bold;
  color: #07c4e4;
}
.common-navigation2 .nav-box .nav-item.Actv::after {
  content: "";
  display: block;
  width: .4rem;
  height: 5px;
  border-radius: 10px;
  background-color: #07c4e4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.common-sub-box .nav-box .nav-item:hover > span{
  font-weight: bold;
  color: #07c4e4;
}

.Custom .head {
  height: 7.1rem;
  width: 100%;
  overflow: hidden;
  background: url(../images/head_bg2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 2.82rem 0 0;
  text-shadow: 0 0 .08rem rgba(5, 23, 37,.68), 1px -1px 1px #889db0;
  margin-bottom: 0.65rem;
}

.Custom .head .title {
  font-size: .48rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.28rem;
}
.Custom .head .info {
  font-size: .22rem;
  text-align: center;
  color: #fff;
  animation-delay: .3s;
}

.Custom .sec {
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
}
.Custom .sec1 {
  margin-bottom: 0.7rem;
}

.Custom  .sec_top .title{
  position: relative;
  font-size: .24rem;
  color: #333;
  width: min-content;
  margin: 0 auto;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.Custom  .sec_top .title::after,.Custom  .sec_top .title::before {
  width: 1.14rem;
  height: 2px;
  background-color: #e0e0e0;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.Custom  .sec_top .title::before {
  left: -1.28rem;
}
.Custom  .sec_top .title::after {
  right: -1.28rem;
}

.Custom  .sec_top .en {
  font-size: .14rem;
  color: #999999;
  text-align: center;
  text-transform: uppercase;
}

.Custom  .sec_top  {
  margin-bottom: 0.75rem;
}
.Custom .sec1 .item {
  width: 2.37rem;
}
.Custom .sec1 .item:nth-child(1) {
  animation-delay: .4s;
}
.Custom .sec1 .item:nth-child(2) {
  animation-delay: .7s;
}
.Custom .sec1 .item:nth-child(3) {
  animation-delay: 1s;
}
.Custom .sec1 .item:nth-child(4) {
  animation-delay: 1.3s;
}
.Custom .sec1 .item .item-title {
  font-size: .18rem;
  color: #07c4e4;
  font-weight: bold;
  text-align: center;
  margin-bottom: .15rem;
}
.Custom .sec1 .item .item-info {
  font-size: .14rem;
  color: #969fa9;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}
.Custom .sec1 .list {
  display: flex;
  justify-content: space-between;
}
.Custom .sec2 .list-item{
  display: flex;
  margin-bottom: .3rem;
  justify-content: space-between;
}
.Custom .sec2 .list-item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Custom .sec2 .list-item .com {
  width: 4.34rem;
  height: 1.04rem;
  border-radius: 52px;
  position: relative;
  font-size: .14rem;
  color: #333333;
  line-height: 1.6;
}
.Custom .sec2 .list-item .center{
  position: relative;
}
.Custom .sec2 .list-item .center .cbox {
  width: 2.57rem;
  height: 1.04rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
  background-color: #07c4e4;
  border-radius: 52px;
}
.Custom .sec2 .list-item .left{
  background-color: #fff9f1;
  padding: 0 .2rem;
}
.Custom .sec2 .list-item .right {
  background-color: #f1f2fe;
  padding: 0 .45rem;
}
.Custom .sec2 .list {
  position: relative;
}
.Custom .sec2 .sm-btn {
  width: 80px;
  height: 30px;
  border-radius: 14px;
  background-color: #ffc375;
  font-size: .18rem;
  color: #fff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.Custom .sec2 .sm-btn.num2 {
  width: 96px;
  background-color: #797df8;
  left: calc(6rem + 3.3rem);
}
.Custom .sec2 .sm-btn.num1 {
  left: 1.76rem;
}

.Custom .sec2 .list-item .center .en {
  text-align: center;
  font-size: .16rem;
  color: #fff;
  margin-bottom: 5px;
}
.Custom .sec2 .list-item .center .title {
  font-size: .2rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.Custom .sec2 .list-item .center .cbox::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  border-color: #07c4e4  transparent  transparent  transparent;
  bottom: 0;
  transform: translateY(100%);
}
.Custom .sec2 .list-item:hover .center .cbox{
  background-color: #ffc375;
}
.Custom .sec2 .list-item:hover .center .cbox::after {
  border-color: #ffc375 transparent transparent transparent;
}
.Custom .sec2 .list-item .center::before {
  width: 3.3rem;
  height: 1px;
  border-bottom: 1px dashed #07c4e4;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  transform: translate(-50%, -50%);
}
.Custom .sec2 .list-item .center .cbox {
  position: relative;
  z-index: 3;
}
.Custom .sec2 {
  margin-bottom: 0.7rem;
}
.Custom .sec3 .sec-content{
  position: relative;
}
.Custom .sec3 .circle {
  width: 666px;
  height: 666px;
  position: relative;
  z-index: 3;
}
.Custom .sec3 .circle::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/custom_img5.png) no-repeat;
  background-size: 100% 100%;
  /* transition: all linear .3; */
  animation: cirBox linear infinite 2s alternate-reverse;
}
@keyframes cirBox {
  from { transform: scale(1); opacity: 1; }
  to { transform: scale(1.3); opacity: 0.3; }
}
.Custom .circle-box {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.Custom .circle-box .icon {
  flex-shrink: 0;
  position: relative;
}
.Custom .sec3 .circle .img {
  width: 794px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Custom .sec3 .sec-content {
  display: flex;
}
.Custom .sec3 .right-box {
  flex: 1;
}

.Custom .sec3 {
  margin-bottom: 1rem;
}
.Custom .sec4 {
  margin-bottom: 0.5rem;
}
.Custom .sec4 .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Custom .sec4 .list-item {
  width: 1.72rem;
  height: 1.8rem;
  margin-right: calc(3.8rem / 4 - 10px);
  margin-bottom: .55rem;
  font-size: .18rem;
  color: #333333;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;font-weight: bold;
  transition: all .3s linear;
  justify-content: center;
  border: 1px solid #eeeaff;
  border-radius: 10px;
}
.Custom .sec4 .list-item:nth-child(5n) {
  margin-right: 0;
}

.Custom .sec4 .list-item:hover {
  box-shadow: 0 0 .2rem rgba(138, 122, 226,.26);
}
.Custom .sec4 .list-item .icon {
  margin-bottom: 0.25rem;
}

.Custom .sec5 .list{
  display: flex;
  flex-wrap: wrap;
  width: 12rem;
  margin: 0 auto;
}
.Custom .sec5 .list-item {
  width: 374px;
  margin-right: 39px;
  margin-bottom: 39px;
  transition: all .3s linear;
  border: 1px solid #eeeeee;
}
.Custom .sec5 .list-item:nth-child(3n) {
  margin-right: 0;
}

.Custom .sec5 .list-item .top {
  width: 100%;
  height: 2.4rem;
}
.Custom .sec5 .list-item .foot {
  width: 100%;
  height: 1.07rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Custom .sec5 .list-item .foot .title {
  font-size: .22rem;
  color: #111;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.Custom .sec5 .list-item .foot .title:hover {
  color: #07c4e4;
  cursor: pointer;
}
.Custom .sec5 .list-item .foot .name {
  font-size: .16rem;
  color: #bbb;
  text-align: center;
}

.Custom .sec5 .list-item:hover {
  box-shadow: 0 0 .3rem rgba(255, 195, 117,.6);
}

.Custom .sec5 .more-btn {
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 2px solid rgb(255, 195, 117);
  font-size: 13px;
  color: #ffc375;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
}
.Custom .sec5 .more-btn:hover {
  font-weight: bolder;
  box-shadow: 0 0 .15rem rgba(255, 195, 117,.6);
}
.Custom .sec5 {
  background: linear-gradient(to bottom, #fff, #fffffe 70%, #fffbf7 90%);
  margin-bottom: 0.6rem;
  padding: .2rem;
}

.Activity .head {
  width: 1920px;
  margin: 0 auto .6rem;
  height: 7.1rem;
  background: url(../images/activity2_img1.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
.Activity .head .text-box {
  position: absolute;
  left: 4.1rem;
  top: 1.6rem;
}
.Activity .head .text-box > div {
  animation-duration: 1.5s;
}
.Activity .head .text-box .title {
  font-size: .66rem;
  color: #176177;
  font-weight: bold;
  margin-bottom: 0.13rem;
  text-shadow: 2px 2px #fff, -2px -2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.Activity .head .text-box .hr-img {
  width: 4.7rem;
  margin-bottom: .2rem;
}
.Activity .head .text-box .text {
  font-size: .24rem;
  color: #176177;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
}

.Activity .sec {
  width: 12rem;
  margin: 0 auto;
}
.Activity .sec .sec_top .title{
  font-size: .24rem;
  color: #333333;
  width: min-content;
  margin: 0 auto;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.13rem;
}
.Activity .sec .sec_top .title::before, .Activity .sec .sec_top .title::after {
  content: "";
  display: block;
  width: 114px;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.Activity .sec .sec_top .title::before {
  left: -1.3rem;
}
.Activity .sec .sec_top .title::after {
  right: -1.3rem;
}

.Activity .sec .sec_top .en {
  font-size: .14rem;
  color: #999;
  text-align: center;
  margin-bottom: 0.55rem;
}
.Activity .sec1 .sec-content {
  display: flex;
  justify-content: space-between;
}
.Activity .sec1 .sec-content .item-box {
  width: 237px;
  text-align: center;
}
.Activity .sec1 .sec-content .item-box:nth-child(1) {
  animation-delay: .2s;
}
.Activity .sec1 .sec-content .item-box:nth-child(2) {
  animation-delay: .5s;
}
.Activity .sec1 .sec-content .item-box:nth-child(3) {
  animation-delay: .8s;
}
.Activity .sec1 .sec-content .item-box:nth-child(4) {
  animation-delay: 1s;
}
.Activity .sec1 .sec-content .item-box .title {
  font-size: .18rem;
  color: #07c4e4;
  font-weight: bold;
  margin-bottom: .1rem;
}

.Activity .sec1 .sec-content .item-box .info-box {
  min-height: .5rem;
  margin-bottom: 5px;
  line-height: 1.6;
}
.Activity .sec1 .sec-content .item-box .info-box .text {
  font-size: 14px;
  color: #969fa9;
}

.Activity .sec1 {
  margin-bottom: 0.5rem;
}
.Activity .sec2 {
  margin-bottom: 0.83rem;
}
.Activity .sec2 .top_title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: .26rem;
}
.Activity .sec2 .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.Activity .sec2 .tabs .tab {
  font-size: .18rem;
  color: #888888;
  text-align: center;
  min-width: .8rem;
  position: relative;
  cursor: pointer;
  transition: all linear .3s;
}
.Activity .sec2 .tabs .tab:not(:last-of-type) {
  margin-right: 0.5rem;
}
.Activity .sec2 .tabs .tab:hover{
  font-weight: bold;
  color: #333;
}
.Activity .sec2 .tabs .tab.Actv {
  color: #333;
  font-weight: bold;
}
.Activity .sec2 .tabs .tab.Actv::after {
  content: "";
  display: block;
  width: 45px;
  height: 4px;
  background-color: #07c4e4;
  position: absolute;
  left: 50%;
  bottom: -.05rem;
  transform: translateX(-50%);
}

.Activity .sec2 .content-box {
  width: 100%;
  background-color: #fff;
  display: flex;
  min-height: 3.65rem;
  box-shadow: 0 0 .16rem rgba(0, 0, 0,.1);
}
.Activity .sec2 .content-box .swiper-slide {
  width: 100%;
  display: flex;
  height: 100%;
  padding: 34px 40px 45px 45px;
}
.Activity .sec2 .content-box .left .title{
  font-size: .2rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.2rem;
    margin-top: 0.25rem;
}
.Activity .sec2 .content-box .left > div {
  transition: all linear .3s;
}
.Activity .sec2 .content-box .left .info {
  font-size: .16rem;
  color: #aaaaaa;
  line-height: 1.7;
  letter-spacing: 2px;
}
.Activity .sec2 .content-box .left {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
.Activity .sec2 .content-box .right {
  margin-left: auto;
}
.Activity .sec2 .content-box .left .tb-icons {
  display: flex;
  margin-top: auto;
}

.Activity .sec2 .content-box .left .tb-icons .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  text-align: center;
}
.Activity .sec2 .content-box .left .tb-icons .item:not(:last-of-type) {
  margin-right: 0.43rem;
}
.Activity .sec2 .content-box .left .tb-icons .item .icon {
  width: .62rem;
  margin-bottom: 8px;
  margin: 0 auto;
}

.Activity .sec2 .content-box .left .tb-icons .item span {
  font-size: .16rem;
  color: #444;
  text-align: center;
  font-weight: bold;
}

.Activity .sec2 .content-box .right .img {
  width: 3.18rem;
  margin-left: auto;
  flex-shrink: 0;
}
.Activity .sec3 {
  display: flex;
  margin-bottom: 0.5rem;
}
.Activity .sec3 .left {
  display: flex;
  flex-wrap: wrap;
  width: 8.5rem;
  align-content: flex-start;
  flex-shrink: 0;
}
.Activity .sec3 .left .item-box {
  width: 4.12rem;
  height: 2.84rem;
  box-shadow: 0 0 .29rem  rgba(138, 122, 226,.13);
  margin-right: 0.26rem;
  padding: .2rem .3rem;
  margin-bottom: 0.26rem;
  display: flex;
  flex-direction: column;
}
.Activity .sec3 .left .item-box:nth-child(2n) {
  margin-right: 0;
}

.Activity .sec3 .item-box .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Activity .sec3 .item-box .top .title {
  font-size: .22rem;
  color: #414141;
  font-weight: bold;
  position: relative;
}
.Activity .sec3 .item-box .top .title::after {
  content: "";
  display: block;
  width: 95%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #797df8, rgba(255,255,255,0) 98%);
}

.Activity .sec3 .item-box .top .title .text {
  position: relative;
  z-index: 1;
}
.Activity .sec3 .item-box .top .icon {
  width: .53rem;
  filter: drop-shadow(0 .08rem .1rem rgba(36, 47, 90, 0.09) );
}

.Activity .sec3 .line-list {
  margin-top: auto;
}
.Activity .sec3 .line-list .line {
  display: flex;
  align-items: center;
}
.Activity .sec3 .line-list .line:not(:last-of-type) {
  margin-bottom: .25rem;
}
.Activity .sec3 .line-list .line .label{
  font-size: .16rem;
  color: #666;
  white-space: nowrap;
  min-width: .85rem;
  font-weight: bold;
  margin-right: 0.15rem;
}
.Activity .sec3 .line-list .line .text {
  font-size: .14rem;
  color: #999;
}

.Activity .sec3 .right {
  flex: 1;
  margin-left: 0.4rem;
  padding: 1.15rem 0 0;
}
.Activity .sec3 .right .top {
  margin-bottom: 1.6rem;
}
.Activity .sec3 .right .top .title {
  font-size: .22rem;
  color: #414141;
  font-weight: bold;
  text-align: right;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}
.Activity .sec3 .right .top .info {
  font-size: .14rem;
  color: #5b5d62;
  text-align: right;
}
.Activity .sec3 .right .arrow {
  width: 1.43rem;
  height: .56rem;
  background-color: #8a7ae2;
  position: relative;
  margin-left: auto;
}
.Activity .sec3 .right .arrow .img {
  width: 2.3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Activity .sec4 {
  margin-bottom: 0.9rem;
}
.Activity .sec4 .top {
  width: 100%;
  height: 180px;
  background: url(../images/activity2_img8.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Activity .sec4 .top .title {
  position: relative;
  font-size: .26rem;
  color: #333333;
  font-weight: bold;
  width: min-content;
  white-space: nowrap;
  margin: 0 auto 8px;
}
.Activity .sec4 .top .title::before, .Activity .sec4 .top .title::after {
  content: "";
  display: block;
  width: 1.78rem;
  height: .18rem;
  background: url(../images/activity2_icon2.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.Activity .sec4 .top .title::before {
  left: 0;
}
.Activity .sec4 .top .title::after {
  right: 0;
  background: url(../images/activity2_icon3.png) no-repeat;
  background-size: cover;
}
.Activity .sec4 .top .title .text {
  position: relative;
  z-index: 1;
  bottom: 5px;
}
.Activity .sec4 .top .info {
  font-size: .18rem;
  color: #666;
  text-align: center;
}

.Activity .sec4 .foot {
  display: flex;
  height: 4rem;
  border: 1px solid #eeeeee;
}
.Activity .sec4 .foot .item-box {
  flex: 1;
  padding: .15rem .18rem 0;
}
.Activity .sec4 .foot .item-box:not(:last-of-type) {
  border-right: 1px solid #eee;
}

.Activity .sec4 .foot .item-box .img {
  margin: 0 auto .25rem;
  height: 1.95rem;
  overflow: hidden;
}
.Activity .sec4 .foot .item-box .img img {
  transition: all .3s ease-in;
}
.Activity .sec4 .foot .item-box .img:hover img {
  transform: scale(1.1);
}
.Activity .sec4 .foot .item-box .title {
  font-size: .22rem;
  color: #222222;
  text-align: center;
  font-weight: bold;
  margin-bottom: .1rem;
}
.Activity .sec4 .foot .item-box .info {
  font-size: .16rem;
  color: #666666;
  line-height: 1.7;
}

.Activity .sec5 .sec-content {
  display: flex;
  flex-wrap: wrap;
}
.Activity .sec5 .sec-content .item-box {
  width: 3.74rem;
  margin-right: 0.39rem;
  margin-bottom: 0.39rem;
  border: 1px solid #eeeeee;
  transition: all linear .3s;
}
.Activity .sec5 .sec-content .item-box:nth-child(3n) {
  margin-right: 0;
}
.Activity .sec5 .sec-content .item-box .top {
  height: 100%;
  height: 2.4rem;
  overflow: hidden;
}

.Activity .sec5 .sec-content .item-box .foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.05rem;
  padding: 0 .2rem;
  background-color: #fff;
}
.Activity .sec5 .sec-content .item-box .foot .title {
  font-size: .22rem;
  color: #111111;
  font-weight: bold;
  margin-bottom: 5px;
  cursor: pointer;
}
.Activity .sec5 .sec-content .item-box .foot .title:hover {
  color: #07c4e4;
}
.Activity .sec5 .sec-content .item-box .foot .name {
  font-size: .16rem;
  color: #bbbbbb;
}

.Activity .sec5 .item-box:hover {
  box-shadow: 0 0 .3rem rgba(255, 195, 117,.6);
}
.Activity .sec5 .more-btn {
  width: .8rem;
  height: .3rem;
  text-align: center;
  cursor: pointer;
  line-height: calc(.3rem - 3px);
  font-size: .13rem;
  color: #ffc375;
  border: 2px solid #ffc375;
  margin: 0 auto;
  font-weight: bold;
}
.Activity .sec5 .more-btn:hover {
  box-shadow: 2px 2px .05rem rgba(255, 195, 117,.6), -2px -2px .05rem rgba(255, 195, 117,.6);
}
.Activity .sec5 {
  margin-bottom: 0.75rem;
  padding-bottom: .4rem;
  background: linear-gradient(to bottom, #fff,#fffdfa 70%,#fffcf7 85%);
}

.Network .head {
  width: 1920px;
  margin: 0 auto .85rem;
  height: 5.85rem;
  background-color: #fff;
  position: relative;
}
.Network .head::before {
  width: 100%;
  height: 1.6rem;
  background-color: #eeeeee;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -.25rem;
}
.Network .head .text {
  position: absolute;
  top: 1.3rem;
  left: 3.6rem;
  z-index: 5;
  animation-duration: 1.5s;
}
.Network .head .text .title {
  font-size: .6rem;
  color: #111111;
  margin-bottom: 8px;
}
.Network .head .text .info {
  font-size: .26rem;
  color: #111111;
  line-height: 1.5;
  position: relative;
}
.Network .head .text .info::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -.3rem;
  background: linear-gradient(90deg, rgba(0,0,0,.1), rgba(0,0,0,0) 95%);
}
.Network .head .swiper {
  width: 1375px;
  overflow: hidden;
  margin-left: auto;
  height: 100%;
  margin-right: initial;
}

.Network .sec {
  width: 12rem;
  margin: 0 auto;
}
.Network .sec1 .top {
  display: flex;
  justify-content: space-between;
}
.Network .sec1 .content {
  font-size: .16rem;
  color: #666666;
  margin-top: 0.1rem;
  line-height: 1.7;
  letter-spacing: 2px;
}
.Network .sec1 .top .item-box {
  width: 2.37rem;
}
.Network .sec1 .top .item-box:nth-child(1) {
  animation-delay: .3s;
}
.Network .sec1 .top .item-box:nth-child(2) {
  animation-delay: .6s;
}
.Network .sec1 .top .item-box:nth-child(3) {
  animation-delay: .9s;
}
.Network .sec1 .top .item-box .title {
  font-size: .18rem;
  color: #8a7ae2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.Network .sec1{
  margin-bottom: 0.9rem;
}

.Network .sec .sec_top .title {
  font-size: .24rem;
  color: #333333;
  width: min-content;
  margin: 0 auto .15rem;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}
.Network .sec .sec_top .title::before, .Network .sec .sec_top .title::after{
  content: "";
  display: block;
  width: 1.14rem;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.Network .sec .sec_top .title::before {
  left: -1.35rem;
}
.Network .sec .sec_top .title::after {
  right: -1.35rem;
}
.Network .sec .sec_top .en{
  font-size: .14rem;
  color: #999999;
  text-align: center;
}
.Network .sec2 {
  margin-bottom: 0.7rem;
}
.Network .sec2 .sec_top {
  margin: 0 auto .3rem;
}

.Network .sec2 .sec-content .line-box:not(:last-of-type) {
  margin-bottom: .9rem;
}
.Network .sec2 .sec-content .line-box .img {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
.Network .sec2 .sec-content .line-box .img img {
  transition: all linear .3s;
}
.Network .sec2 .sec-content .line-box .img:hover img{
  transform: scale(1.1);
}
.Network .sec2 .sec-content .line-box .top {
  width: 100%;
  height: 1.2rem;
  padding: .18rem 0 0 .4rem;
  background: linear-gradient(90deg, #8a7ae2, rgba(255,255,255,0) 52%);
}

.Network .sec2 .line-box .top .title {
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: .1rem;
}
.Network .sec2 .line-box .top .info {
  font-size: .16rem;
  color: #333333;
  line-height: 1.7;
  font-family: '黑体';
  font-weight: bold;
}

.Network .sec2 .line-box:nth-child(2) .top{
  background: linear-gradient(to left,#07c4e4, rgba(255,255,255,0) 52%);
}
.Network .sec2 .line-box:nth-child(2) .top {
  text-align: right;
  padding: .18rem .4rem 0 0;
}
.Network .sec2 .line-box:nth-child(4) .top {
  padding: .18rem .4rem 0 0;
  text-align: right;
}
.Network .sec2 .line-box:nth-child(4) .top {
  background: linear-gradient(to left, #ffa939, rgba(255,255,255,0) 52%);
}

.Network .sec2 .sec-content .more-look {
  display: flex;
  font-size: .16rem;
  color: #333333;
  align-items: center;
  cursor: pointer;
  margin-top: 0.3rem;
  line-height: 1;
  justify-content: center;
}
.Network .sec2 .sec-content .more-look .icon {
  width: .18rem;
  margin-left: 0.08rem;
}
.Network .sec2 .sec-content .more-look:hover {
  font-weight: bold;
}

.Network .sec3 {
  width: 100%;
  height: 4.95rem;
  background: url(../images/network_img8.png) no-repeat;
  background-size: 1920px;
  background-position: center;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear .3s;
}
.Network .sec3:hover {
  background-size: 2100px;
}
.Network .sec3 .cbox {
  width: 12rem;
  display: flex;
  flex-wrap: wrap;
}
.Network .sec3 .item-box {
  width: 5.7rem;
  height: 1.5rem;
  background-color: #fff;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  padding: .18rem .3rem;
}
.Network .sec3 .item-box:nth-child(2n) {
  margin-right: 0;
}
.Network .sec3 .item-box:nth-child(n+2) {
  margin-bottom: 0;
}
.Network .sec3 .item-box:nth-child(2) .title::before {
  background-color: #ffa939;
}
.Network .sec3 .item-box:nth-child(3) .title::before {
  background-color: #07c4e4;
}
.Network .sec3 .item-box .title {
  position: relative;
  font-size: .18rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: .15rem;
  padding-left: .1rem;
}
.Network .sec3 .item-box .title::before {
  width: 4px;
  height: 16px;
  border-radius: 10px;
  background-color: #8a7ae2;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Network .sec3 .item-box .info {
  font-size: .14rem;
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
}

.About .head {
  width: 100%;
  height: 5.85rem;
  overflow: hidden;
  position: relative;
  background: url(../images/about_head1.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.About .head .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2.45rem 0 0;
  background-color: rgba(34, 35, 40,.5);
  color: #fff;
  text-align: center;
}
.About .head .mask > div {
  animation-duration: 1.35s;
}
.About .head .mask .title {
  font-size: .48rem;
  font-weight: bold;
  margin-bottom: .18rem;
}
.About .head .mask .info {
  font-size: .16rem;
  animation-delay: .35s;
}

.About .container {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  top: -.85rem;
  z-index: 1;
}
.About .sec .sec_top .title{
  width: min-content;
  white-space: nowrap;
  margin: 0 auto .1rem;
  position: relative;
  font-size: .24rem;
  color: #222222;
}
.About .sec .sec_top .title::before, .About .sec .sec_top .title::after {
  content: "";
  display: block;
  width: 1.15rem;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.About .sec .sec_top .title::before {
  left: -1.33rem;
}
.About .sec .sec_top .title::after{
  right: -1.33rem;
}
.About .sec .sec_top .en {
  font-size: .14rem;
  color: #999999;
  text-align: center;
}
.About .sec .sec_top {
  margin-bottom: 0.5rem;
}
.About .sec1 {
  background-color: #fff;
  width: 100%;
  padding: .53rem .7rem;
  box-shadow: 0 0 .6rem rgba(7, 196, 228,.15);
}
.About .sec1 .sec-content {
  display: flex;
}
.About .sec1 .sec-content .left {
  width: 4.43rem;
  height: 2.87rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: .38rem;
}
.About .sec1 .sec-content .left img {
  transition: all linear .3s;
}
.About .sec1 .sec-content .left:hover img {
  transform: scale(1.1);
}
.About .sec1 .sec-content .right .title {
  font-size: .2rem;
  color: #222;
  font-weight: bold;
  margin-bottom: .2rem;
}
.About .sec1 .sec-content .right .info {
  font-size: .16rem;
  color: #444;
  line-height: 1.7;
}

.About .sec2 {
  display: flex;
  position: relative;
  margin-top: 0.35rem;
  margin-bottom: 0.55rem;
}
.About .sec2 .right {
  width: 874px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: flex-start;
  margin-left: auto;
}
.About .sec2 .right .item-box {
  width: 4.12rem;
  height: 3.27rem;
  margin-right: .5rem;
  margin-bottom: .3rem;
  padding: .2rem .25rem;
  box-shadow: 0 0 .3rem rgba(0, 173, 202,.13);
}
.About .sec2 .right .item-box:nth-child(n+3) {
  margin-bottom: 0;
}
.About .sec2 .right .item-box:nth-child(2n) {
  margin-right: 0;
}
.About .sec2 .right .item-box .icon {
  width: .65rem;
  filter: drop-shadow(.05rem .05rem .08rem rgba(36, 41, 62,0.1));
  margin-bottom: 0.3rem;
}

.About .sec2 .item-box .title{
  font-size: .2rem;
  color: #414141;
  font-weight: bold;
  margin-bottom: .2rem;
  padding-left: .1rem;
}
.About .sec2 .item-box .info {
  font-size: .14rem;
  color: #999999;
  line-height: 1.7;
  letter-spacing: 1px;
  padding-left: .1rem;
}

.About .sec2  .top_icon {
  width: 1.05rem;
  position: absolute;
  right: 0;
  top: 0;
}

.About .sec2 .left .title {
  font-size: .32rem;
  color: #414141;
  font-weight: bold;
  margin-bottom: .3rem;
}
.About .sec2 .left .info {
  font-size: .18rem;
  color: #5b5d62;
  margin-bottom: 1.6rem;
}

.About .sec2 .left .arrow {
  width: 1.43rem;
  height: .56rem;
  background-color: #07c4e4;
  position: relative;
  animation-delay: .8s;
  animation-duration: 2s;
  box-shadow: 0 0 .25rem rgba(7, 196, 228,.4);
}
.About .sec2 .left {
  padding-top: 1.6rem;
}
.About .sec2 .left .arrow .img {
  width: 2.39rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}



.About .sec3 .left {
  width: 874px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  position: relative;
  align-content: flex-start;
  margin-right: .5rem;
}
.About .sec3 .left .item-box {
  width: 4.12rem;
  height: 3.27rem;
  margin-right: .5rem;
  margin-bottom: .3rem;
  padding: .2rem .25rem;
  box-shadow: 0 0 .3rem rgba(0, 173, 202,.13);
}
.About .sec3 .left .item-box:nth-child(n+3) {
  margin-bottom: 0;
}
.About .sec3 .left .item-box:nth-child(2n) {
  margin-right: 0;
}
.About .sec3 .left .item-box .icon {
  width: .65rem;
  filter: drop-shadow(.05rem .05rem .08rem rgba(36, 41, 62,0.1));
  margin-bottom: 0.3rem;
}

.About .sec3 .item-box .title{
  font-size: .2rem;
  color: #414141;
  font-weight: bold;
  margin-bottom: .2rem;
  padding-left: .1rem;
}
.About .sec3 .item-box .info {
  font-size: .14rem;
  color: #999999;
  line-height: 1.7;
  letter-spacing: 1px;
  padding-left: .1rem;
}

.About .sec3  .top_icon {
  width: 1.05rem;
  position: absolute;
  left: 3.13rem;
  top: 0;
}

.About .sec3 .right .title {
  font-size: .32rem;
  color: #414141;
  font-weight: bold;
  margin-bottom: .3rem;
}
.About .sec3 .right  {
  flex: 1;
  padding-top: 1.6rem;
  text-align: right;
}
.About .sec3 .right .info {
  font-size: .18rem;
  font-weight: bold;
  color: #5b5d62;
  margin-bottom: 1.6rem;
}

.About .sec3 .right .arrow {
  width: 1.43rem;
  height: .56rem;
  background-color: #8a7ae2;
  position: relative;
  margin-left: auto;
  animation-duration: 2s;
  animation-delay: .8s;
  box-shadow: 0 0 .25rem rgba(138, 122, 226,.4);
}
.About .sec3 .right .arrow .img {
  width: 2.39rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.About .sec3 {
  display: flex;
  position: relative;
  margin-bottom: 0.57rem;
}
.About .sec4 {
  margin-bottom: 0.95rem;
}
.About .sec4 .title {
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  margin-bottom: 0.35rem;
  width: min-content;
}
.About .sec4 .title span {
  position: relative;
}

.About .sec4 .title::before {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  border-radius: 10px;
  background-color: #ffc375;
  position: absolute;
  bottom: -10px;
  right: 0;
}

.About .sec4 .sec-content .top {
  display: flex;
  margin-bottom: 8px;
}
.About .sec4 .sec-content .top .article {
  font-size: .16rem;
  width: 6.38rem;
  color: #666666;
  line-height: 1.7;
  margin-right: .68rem;
}
.About .sec4 .sec-content .list-item {
  width: 1.92rem;
  height: 1.92rem;
  margin-bottom: 8px;
  overflow: hidden;
  font-size: .18rem;
  color: #fff;
  flex-shrink: 0;
  display: flex;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.About .sec4 .sec-content .list-item:not(:last-of-type) {
  margin-right: 9.6px;
}
.About .sec4 .sec-content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.About .sec4 .sec-content .list .list-item:nth-child(6) {
  margin-right: 0;
}
.About .sec4 .sec-content .list .list-item:nth-child(n+6) {
  margin-bottom: 0;
}
.About .sec5 {
  margin-bottom: 1.6rem;
}
.About .sec5 .top{
  display: flex;
  align-items: center;
  justify-content: center;
}
.About .sec5 .top .comm {
  width: 2.18rem;
}
.About .sec5 .top .center {
  width: 4.05rem;
  margin: 0 .97rem;
}
.About .sec5 .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.17rem;
}
.About .sec5 .sec-content {
  position: relative;
}
.About .sec5 .swiper .swiper-slide {
  display: flex;
  width: 100%;
}
.About .sec5 .swiper .swiper-slide .img {
  width: 2.18rem;
}
.About .sec5 .swiper .swiper-slide .img:not(:last-of-type) {
  margin-right: 0.275rem;
}
.About .sec5 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: rgba(51, 51, 51,1);
}
.About .sec5 .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 0.1rem;
}
.About .sec5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(51, 51, 51,.8);
}
.About .sec5 .swiper-pagination-bullets {
  bottom: -0.7rem!important;
  left: 50%;
  transform: translateX(-50%);
}
.About .sec6 {
  margin-bottom: 1.15rem;
}
.About .sec6 .sec-content .top{
  display: flex;
  margin-bottom: 0.48rem;
}
.About .sec6 .sec-content .top .img {
  width: 5.65rem;
  margin-right: .95rem;
  height: 2.28rem;
  overflow: hidden;
}
.About .sec6 .sec-content .top .img img {
  transition: all linear .3s;
}
.About .sec6 .sec-content .top .img:hover img{
  transform: scale(1.1);
}
.About .sec6 .sec-content .top .t_right {
  font-size: .18rem;
  font-weight: bold;
}
.About .sec6 .sec-content .top .t_right .line {
  display: flex;
  align-items: center;
}
.About .sec6 .sec-content .top .t_right .line:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
.About .sec6 .sec-content .top .t_right .line .icon {
  width: .54rem;
  margin-right: .18rem;
}
.About .sec6 .sec-content .top .t_right .line .label{
  margin-right: 0.23rem;
  color: #ffc375;
}
.About .sec6 .sec-content .top .t_right .line .text {
  color: #333;
}
.About .sec6 .sec-content .map {
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}
.Product .head {
  width: 100%;
  height: 5.2rem;
  margin: 0 auto;
  background: url(../images/product_head1.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.Product .head .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  background-color: rgba(34, 35, 40,.4);
}

.Product .head .title {
  font-size: .3rem;
  color: #fff;
  width: 2.63rem;
  height: .38rem;
  border: 1px solid;
  margin-bottom: 0.15rem;
  position: relative;
  border-color: transparent #fff #fff #fff;
}
.Product .head .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #fff, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%,#fff);
}
.Product .head .title .text {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.Product .head .info{
  font-size: .18rem;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.Product .menus {
  width: 100%;
  height: .65rem;
  background-color: #07c4e4;
  display: flex;
  line-height: .65rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.Product .menus .item {
  font-size: .2rem;
  color: #fff;
  min-width: 1.5rem;
  text-align: center;
  cursor: pointer;
}
.Product .menus .item:not(:last-of-type) {
  margin-right: .5rem;
}

.Product .menus .item:hover ,.Product .menus .Actv{
  background-color: #fff;
  color: #07c4e4;
  font-weight: bold;
}
.Product .list-box {
  display: flex;
  flex-wrap: wrap;
  width: 12rem;
  margin: 0 auto;
}
.Product .list-box .list-item {
  width: 3.74rem;
  margin-right: 0.39rem;
  margin-bottom: 0.39rem;
  transition: all linear .3s;
}
.Product .list-box .list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Product .list-box .list-item:nth-child(3n) {
  margin-right: 0;
}
.Product .list-box .list-item .foot {
  height: 1.05rem;
  background-color: #fff;
  display: flex;
  border: 1px solid;
  border-color: transparent #eee #eee #eee;
  flex-direction: column;
  align-items: center;
  padding: 0 .2rem;
  justify-content: center;
}
.Product .list-box .list-item .foot .title {
  font-size: .22rem;
  font-weight: bold;
  color: #111111;
  margin-bottom: 8px;
  text-align: center;
  cursor: pointer;
}
.Product .list-box .list-item .foot .title:hover {
  color:#07c4e4;
}
.Product .list-box .list-item .foot .info {
  font-size: .16rem;
  color: #bbb;
  text-align: center;
}
.Product .list-box .list-item:hover {
  box-shadow: 0 0 .3rem rgba(255, 195, 117,.6);
}

.page-box {
  display: flex;
  width: 100%;
  margin: 0 auto 1rem;
  justify-content: center;
}
.page-box > div {
  width: .45rem;
  height: .45rem;
  line-height: .45rem;
  text-align: center;
  font-size: .2rem;
  color: #333;
  border-radius: 8px;
  margin-right: .17rem;
  cursor: pointer;
  border: 2px solid #333;
  transition: all .15s linear;
}
.page-box > div:last-child {
  margin-right: 0;
}

.page-box .change {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #aaaaaa;
}
.page-box .change img {
  width: .13rem;
}

.page-box > .item:hover ,.page-box .Actv{
  background-color: #07c4e4;
  color: #fff;
  border: 2px solid #07c4e4;
}
.page-box .checked{
  display: none;
}
.page-box .next img {
  transform: rotate(180deg);
}
.page-box .change:hover .checked {
  display: block!important;
}
.page-box .change:hover .unchecked {
  display: none!important;
}
.page-box .change:hover {
  border: 2px solid #07c4e4;
}
.Detail {
  padding: 1.5rem 0 0;
}
.Detail .page_container {
  display: flex;
  width: 12rem;
  margin: 0 auto 1rem;
  align-content: flex-start;
}
.Detail .left_content .brand{
  display: flex;
  align-items: center;
  margin-bottom: .38rem;
}
.Detail .left_content .brand .icon {
  width: .26rem;
  margin-right: 0.1rem;
}
.Detail .left_content .brand .subitem {
  font-size: .2rem;
  color: #333333;
}
.Detail .left_content .brand .subitem:not(:last-child) {
  margin-right: 0.1rem;
}
.Detail .left_content .brand .subitem.subitem:last-child span {
  display: none;
}

.Detail .left_content .brand .subitem.subitem:last-child {
  color: #aaaaaa;
}
.Detail .left_content .detail-title {
  font-size: .3rem;
  color: #222222;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.Detail .left_content .link {
  font-size: .14rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.Detail .left_content .link .label{
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
}
.Detail .left_content .link .url {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  color: #07c4e4;
  position: relative;
  cursor: pointer;
  bottom: 0;
  border-bottom: 1px solid #a4e3f2;
}

.Detail .left_content .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.Detail .left_content .tags .tag {
  width: 1.7rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  font-size: .16rem;
  color: #fff;
  font-weight: bold;
}
.Detail .left_content .tags .tag:not(:last-of-type) {
  margin-right: 0.35rem;
}

.Detail .left_content .project-box {
  /* width: 6.9rem; */
  width: 100%;
  padding: .25rem;
  box-shadow: 0 0 .16rem rgba(0, 0, 0,.1);
}
.Detail .project-box .item-box:not(:last-of-type) {
  margin-bottom: .23rem;
}
.Detail .project-box .item-box .title{
  font-size: .22rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: .2rem;
}
.Detail .project-box .item-box .content {
  font-size: .16rem;
  color: #666;
  line-height: 1.8;
  letter-spacing: 1px;
}

.Detail .project-box img {
  max-width: 100%;
  margin: 0 auto .1rem;
  width: 100%;
}
.Detail .right_content {
  width: 3.67rem;
  margin-left: .3rem;
  padding: .25rem;
  height: 100%;
  box-shadow:  0 0 .16rem rgba(7, 196, 228,.16);
}
.Detail .left_content {
  flex: 1;
}

.Detail .right_content .r_top {
  display: flex;
  padding: 0 .2rem;
  margin-bottom: 0.2rem;
}
.Detail .right_content .r_top .title {
  position: relative;
  width: min-content;
  white-space: nowrap;
  font-size: .22rem;
  color: #333333;
  font-weight: bold;
}

.Detail .right_content .r_top .title span {
  position: relative;
  z-index: 1;
}

.Detail .right_content .r_top .title::before {
  width: 100%;
  height: .13rem;
  background: linear-gradient(to right, rgb(7, 196, 228), rgba(255,255,255,0) 98%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.Detail .right_content .r_top .btn {
  font-weight: bold;
  font-size: .16rem;
  color: #07c4e4;
  align-self: center;
  margin-left: auto;
}

.Detail .right_content .list .list-item {
  width: 3.24rem;
  border: 1px solid #eeeeee;
}
.Detail .right_content .list .list-item:not(:last-of-type) {
  margin-bottom: 0.3rem;
}
.Detail .right_content .list .list-item .top img {
  width: 100%;
}
.Detail .right_content .list .list-item .top {
  width: 100%;
  height: 2.07rem;
  overflow: hidden;
}
.Detail .right_content .list .list-item .foot {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: .9rem;
  justify-content: center;
}
.Detail .right_content .list .list-item .foot .title {
  font-size: .18rem;
  color: #111111;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.Detail .right_content .list .list-item .foot .title:hover {
  color: #07c4e4;
}
.Detail .right_content .list .list-item .foot .info {
  font-size: .14rem;
  color: #bbb;
  text-align: center;
}




/* 定制 中间的圆 */
.circle-box {
  width: 7rem;
  height: 7rem;
  border: 2px solid transparent;
  border: 3px dashed #07c4e4;
  border-radius: 50%;
  margin: 0 auto;
  transform-origin: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.circle-box .line {
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
}
.circle-box .line .cbox {
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.Custom .circle-box .cir-right {
  position: relative;
}
.Custom .circle-box .cir-right .title{
  font-size: .2rem;
  color: #07c4e4;
  font-weight: bold;
  text-align: left;
  margin-bottom: 6px;
  white-space: nowrap;
}
.Custom .circle-box .cir-right .info {
  font-size: .14rem;
  color: #999999;
  line-height: 1.6;
  min-width: 4rem;
  text-align: left;
}

.circle-box .cir-right .itembox {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding-left: .15rem;
}
.Custom .circle-box .arr {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: cirRotate linear 5s infinite;
}
.Custom .circle-box .arr img {
  width: .18rem;
  height: .21rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Custom .circle-box::after {
  content: "";
    display: block;
    width: 4.1rem;
    height: 110%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@keyframes cirRotate {
  from { transform: rotate(16deg); }
  to { transform: rotate(150deg); }
}
/* .Custom .circle-box {
  border: 1px dashed #07c4e4;
} */

.common-foot .foot a {
  color: rgba(255,255,255,.6);
  text-decoration: none;
  margin-left: 10px;
}


.Index::-webkit-scrollbar {
  display: none;
}
.Index .sec9 .scroll-box {
  position: relative;
  height: .98rem;
}
.Index .sec9 .scroll-box .list {
  display: flex;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.Index .sec9 .scroll-box .item {
  width: 2.77rem;
  height: 100%;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .28rem;
  overflow: hidden;
}

.Index .sec9 {
  margin-bottom: 0.6rem;
}

.About .sec4 .sec-content .list-item.commImg:hover img {
  transform: scale(1.1);
}
.About .sec4 .sec-content .list-item.commImg img {
  transition: all linear .3s;
}